home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global Gflag
- set Gflag to 0
- end
-
- on mouseUp
- if rollOver(1) then
- go(1)
- end if
- end
-
- on exitFrame
- if rollOver(35) then
- if the visible of sprite 35 = 0 then
- set the visible of sprite 35 to 1
- end if
- else
- set the visible of sprite 35 to 0
- end if
- if rollOver(36) then
- if the visible of sprite 36 = 0 then
- set the visible of sprite 36 to 1
- end if
- else
- set the visible of sprite 36 to 0
- end if
- if rollOver(37) then
- if the visible of sprite 37 = 0 then
- set the visible of sprite 37 to 1
- end if
- else
- set the visible of sprite 37 to 0
- end if
- if rollOver(38) then
- if the visible of sprite 38 = 0 then
- set the visible of sprite 38 to 1
- end if
- else
- set the visible of sprite 38 to 0
- end if
- go(the frame)
- end
-